You are here: Understanding the Meridian object model > About the Document object > The Document object methods > GetReferences method

GetReferences method

Returns a collection of references of the specified type for the current document object.

Syntax

GetReferences(RefTypeName As String, [InComing As Boolean = False]) As IASReferences
Parameters
Name Description

RefTypeName

The name of the reference type to retrieve.

InComing

If True, returns only incoming references. If False, returns only outgoing references.